home *** CD-ROM | disk | FTP | other *** search
- package javax.rmi;
-
- import java.security.PrivilegedAction;
-
- final class GetORBPropertiesFileAction$1 implements PrivilegedAction {
- // $FF: synthetic field
- final String val$name;
- // $FF: synthetic field
- final GetORBPropertiesFileAction this$0;
-
- GetORBPropertiesFileAction$1(GetORBPropertiesFileAction var1, String var2) {
- this.this$0 = var1;
- this.val$name = var2;
- }
-
- public Object run() {
- return System.getProperty(this.val$name);
- }
- }
-